@charset "utf-8";

/*主内容*/
.main{
	padding-top: 35px;
	width: 100%;
    height: 1100px;
	/*height: 1200px;*/
	background: url(../images/bg_1.jpg) no-repeat top center;
	padding-bottom: 0;
}

/*头条新闻*/
.main .top-news{
	margin: 0 auto;
	width: 1400px;
	height: 120px;
	background: url(../images/topnews.png) no-repeat top left #f4ecda;
}
/*标题*/
.main .top-news h1{
	width: 100%;
	height: 70px;
	line-height: 80px;
    color: #d60114;
    text-align: center;
    font-weight: bold;
}
/*导读*/
.main .top-news .describe{
	margin: 0 auto;
	width: 90%;
	height: 40px;
	line-height: 40px;
	font-size: 16px;
	color: #d60114;
	text-align: center;
	white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis; /*内容溢出添加省略号*/
}

/**/
.main .news-box{
	margin: 0 auto;
	width: 1400px;
	padding-top: 30px;
}
/*轮播图*/
.main .news-box .news-slide{
	float: left;
	width: 695px;
	height: 460px;
}

/*新闻列表*/
.main .news-box .news-list{
	float: right;
	width: 680px;
	height: 460px;
}
.main .news-box .news-list h2{
	width: 100%;
	height: 45px;
	border-bottom: 1px solid #e8e8e8;
}
.main .news-box .news-list h2 span{
	float: left;
	display: block;
    width: 90px;
    height: 45px;
    line-height: 45px;
    text-align: center;
    font-size: 20px;
    color: #333;
    border-bottom: 2px solid #d60114;  /*深红*/
}
.main .news-box .news-list h2 p{
	float: right;
	line-height: 45px;
}
.main .news-box .news-list h2 p a{
	font-weight: normal;
	font-size: 14px;
	color: #f69006; /*橙黄*/
}
.main .news-box .news-list h2 p a:hover{
	color: #d60114;  /*深红*/
}
.main .news-box .news-list li{
    background: url(../images/listbg.jpg) no-repeat 2px center;
    padding-left: 16px;
    margin-top: 18px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis; /*内容溢出添加省略号*/
}
.main .news-box .news-list li a{
    font-size: 16px;
    color: #333;
}
.main .news-box .news-list li a:hover{
    color: #d60114;  /*深红*/
}
.main .news-box .news-list li a span{
    font-size: 14px;
    color: #888;
    float: right;
}

/*横幅*/
.main .banner{
	margin: 0 auto;
	width: 1400px;
	height: 110px;
	clear: both;
	margin-bottom: 25px;
}
.main .banner img{
	display: block;
	width: 100%;
}

/*3个新闻列表栏*/
.main .news-three{
	margin: 0 auto;
	width: 1400px;
	height: 320px;
}
.main .news-three .fl{
	float: left;
	margin-right: 40px;
	width: 440px;
}
.main .news-three .fz{
	float: left;
	margin-right: 40px;
	width: 440px;
}
.main .news-three .fr{
	float: right;
	width: 440px;
}
.main .news-three h2{
	width: 100%;
	height: 45px;
	border-bottom: 1px solid #e8e8e8;
}
.main .news-three h2 span{
	float: left;
	display: block;
    width: 90px;
    height: 45px;
    line-height: 45px;
    text-align: center;
    font-size: 20px;
    color: #333;
    border-bottom: 2px solid #d60114;  /*深红*/
}
.main .news-three h2 p{
	float: right;
	line-height: 45px;
}
.main .news-three h2 p a{
	font-weight: normal;
	font-size: 14px;
	color: #f69006; /*橙黄*/
}
.main .news-three h2 p a:hover{
	color: #d60114;  /*深红*/
}
.main .news-three li{
    background: url(../images/listbg.jpg) no-repeat 2px 40%;
    /*border-bottom: 1px dashed #eaeaea;*/
    padding-left: 16px;
    padding-bottom: 4px;
    margin-top: 18px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis; /*内容溢出添加省略号*/
}
.main .news-three li a{
    font-size: 16px;
    color: #333;
}
.main .news-three li a:hover{
    color: #d60114;  /*深红*/
}
.main .news-three li a span{
    font-size: 14px;
    color: #888;
    float: right;
}






































/**/
.mains{
	/*padding-top: 35px;*/
	width: 100%;
	height: 580px;
	background: url(../images/bg_2.jpg) no-repeat top center;
	padding-top: 20px;
}
.mains .news-three{
	margin: 0 auto;
	width: 1400px;
	height: 420px;
}
.mains .news-three .fl{
	float: left;
	margin-right: 40px;
	width: 440px;
}
.mains .news-three .fz{
	float: left;
	margin-right: 40px;
	width: 440px;
}
.mains .news-three .fr{
	float: right;
	width: 440px;
}
.mains .news-three h2{
	width: 100%;
	height: 45px;
	border-bottom: 1px solid #e8e8e8;
}
.mains .news-three h2 span{
	float: left;
	display: block;
    width: 90px;
    height: 45px;
    line-height: 45px;
    text-align: center;
    font-size: 20px;
    color: #333;
    border-bottom: 2px solid #d60114;  /*深红*/
}
.mains .news-three h2 p{
	float: right;
	line-height: 45px;
}
.mains .news-three h2 p a{
	font-weight: normal;
	font-size: 14px;
	color: #f69006; /*橙黄*/
}
.mains .news-three h2 p a:hover{
	color: #d60114;  /*深红*/
}
.mains .news-three li{
    background: url(../images/listbg.jpg) no-repeat 2px 40%;
    /*border-bottom: 1px dashed #eaeaea;*/
    padding-left: 16px;
    padding-bottom: 4px;
    margin-top: 18px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis; /*内容溢出添加省略号*/
}
.mains .news-three li a{
    font-size: 16px;
    color: #333;
}
.mains .news-three li a:hover{
    color: #d60114;  /*深红*/
}
.mains .news-three li a span{
    font-size: 14px;
    color: #888;
    float: right;
}

/*横幅2*/
.mains .banner{
	margin: 0 auto;
	width: 1400px;
	height: 110px;
	clear: both;
	margin-bottom: 25px;
}
.mains .banner img{
	display: block;
	width: 100%;
}









































/**/
.main-bar{
	width: 100%;
	height: 450px;
	padding-top: 20px;
	background: #f9f9f9;
}
/*3个新闻列表栏*/
.main-bar .news-three{
	margin: 0 auto;
	width: 1400px;
}
.main-bar .news-three .fl{
	float: left;
	margin-right: 40px;
	width: 440px;
}
.main-bar .news-three .fz{
	float: left;
	margin-right: 40px;
	width: 440px;
}
.main-bar .news-three .fr{
	float: right;
	width: 440px;
}
.main-bar .news-three h2{
	width: 100%;
	height: 45px;
	border-bottom: 1px solid #e8e8e8;
}
.main-bar .news-three h2 span{
	float: left;
	display: block;
    width: 90px;
    height: 45px;
    line-height: 45px;
    text-align: center;
    font-size: 20px;
    color: #333;
    border-bottom: 2px solid #d60114;  /*深红*/
}
.main-bar .news-three h2 p{
	float: right;
	line-height: 45px;
}
.main-bar .news-three h2 p a{
	font-weight: normal;
	font-size: 14px;
	color: #f69006; /*橙黄*/
}
.main-bar .news-three h2 p a:hover{
	color: #d60114;  /*深红*/
}
.main-bar .news-three li{
    background: url(../images/listbg.jpg) no-repeat 2px 40%;
    /*border-bottom: 1px dashed #eaeaea;*/
    padding-left: 16px;
    padding-bottom: 4px;
    margin-top: 18px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis; /*内容溢出添加省略号*/
}
.main-bar .news-three li a{
    font-size: 16px;
    color: #333;
}
.main-bar .news-three li a:hover{
    color: #d60114;  /*深红*/
}
.main-bar.news-three li a span{
    font-size: 14px;
    color: #888;
    float: right;
}

/*专题专栏*/
.column{
	padding-top: 45px;
	width: 100%;
	height: 250px;
	background: #fff;
}
.leftLoop03{ width:1400px; margin:0 auto; padding:0 40px; overflow:hidden; position:relative;background:#fff;} 
.leftLoop03 .hd{ overflow:hidden;} 
.leftLoop03 .hd .prev,.leftLoop03 .hd .next{ display:block;  width:32px; height:85px; position:absolute; top:30px; overflow:hidden;   
     cursor:pointer; background:url(../images/bg19.png) no-repeat; z-index:99} 
.leftLoop03 .hd .prev{ left:0;}
.leftLoop03 .hd .next{ right:0; background:url(../images/bg20.png) no-repeat;  } 
.leftLoop03 .bd{ padding:15px 0 0 0;} 
.leftLoop03 .bd ul{ overflow:hidden; zoom:1;} 
.leftLoop03 .bd ul li{ margin:0 13px 0 0; text-align:center; float:left;display:_inline;} 
.leftLoop03 .bd ul li img{ width:320px; height:120px;}

/*友情链接*/
.link{
	margin: 0 auto;
	width: 1400px;
	height: 100px;
}
.link h2{
	width: 100%;
	height: 45px;
	border-bottom: 1px solid #e8e8e8;
}
.link h2 span{
	float: left;
	display: block;
    width: 90px;
    height: 45px;
    line-height: 45px;
    text-align: center;
    font-size: 20px;
    color: #333;
    border-bottom: 2px solid #d60114;  /*深红*/
}
.link ul{
	width: 100%;
	background: #eee;
}
.link ul li{
	float: left;
	padding: 20px;
	font-size: 15px;
	color: #545454;
}